home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5421 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: news.eunet.fi!newsmaster
  2. From: kp@direktor.voima.jkl.fi (Kari-Pekka Koljonen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: CHIP RAM speed test results
  5. Date: 14 Mar 1996 11:12:54 GMT
  6. Message-ID: <1506.6645T16T1105@direktor.voima.jkl.fi>
  7. References: <1067.6635T1081T1567@direktor.voima.jkl.fi> <4hh5p0$8k6@serpens.rhein.de>
  8. NNTP-Posting-Host: kauhajoki.fi
  9. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  10.  
  11.  
  12. >ChipRAM is the same speed, but chip bus bandwidth is not. Try the following
  13. >code:
  14.  
  15. >loop:
  16. >    movem.l (a0)+,d3-d7/a2-a5
  17. >    movem.l d3-d7/a2-a5,(a1)
  18. >    lea     32(a1),a1
  19. >    dbf     d0,loop
  20.  
  21. >If that's not faster then your accelerator card has a lousy bus interface.
  22.  
  23. >                                Michael van Elst
  24.  
  25.  
  26. My accelerator card does suck.  Movem.l loop was SLOWER than move.l loop.
  27.  
  28. Here're the busspeedtest results for everyone to laugh at:
  29.  
  30.  
  31. BusSpeedTest 0.07 (mlelstv) Buffer:    16384 Bytes
  32. ==================================================
  33. loop overhead:      7.9ns
  34. register move:     72.6ns
  35. memtype   op      cycle      bandwidth
  36. fast      readw   182.0ns   11.0MByte/s
  37. fast      readl   216.5ns   18.5MByte/s
  38. fast      readm   243.9ns   16.4MByte/s
  39. fast      writew  216.1ns    9.3MByte/s
  40. fast      writel  217.5ns   18.4MByte/s
  41. fast      writem  198.6ns   20.1MByte/s
  42. chip      readw  1065.0ns    1.9MByte/s
  43. chip      readl  1066.6ns    3.8MByte/s
  44. chip      readm  1097.3ns    3.6MByte/s
  45. chip      writew 1061.8ns    1.9MByte/s
  46. chip      writel 1064.1ns    3.8MByte/s
  47. chip      writem 1064.1ns    3.8MByte/s
  48. rom       readw   328.3ns    6.1MByte/s
  49. rom       readl   511.0ns    7.8MByte/s
  50. rom       readm   488.3ns    8.2MByte/s
  51.  
  52.  
  53.  
  54.  
  55.  ***************************************************
  56.      K-P Koljonen / Hippopotamus Design / iNSANE
  57.   kp@direktor.voima.jkl.fi, kpkoljon@freenet.hut.fi
  58.     http://direktor.voima.jkl.fi/~kp     K-P@IRC
  59.  ***************************************************
  60.  
  61.  
  62.